std::tanh
From Cppreference
| Defined in header
<cmath> | ||
| float tanh( float arg );
| ||
| double tanh( double arg );
| ||
| long double tanh( long double arg );
| ||
Computes hyperbolic tangent of arg
Parameters
| arg | - | floating point value |
Return value
hyperbolic tangent of arg
See also
| hyperbolic sine (function) | ||
| hyperbolic cosine (function) | ||
| hyperbolic arc tangent (function) | ||